xen.git
2006-01-16 vhanquez@kneesa... replace ASSERT by BUG_ON.
2006-01-16 vhanquez@kneesa... define all DPRINTK as pr_debug
2006-01-16 vhanquez@kneesa... fix xenbus_scanf called with NULL instead of XBT_NULL.
2006-01-16 vhanquez@kneesa... use standard pr_debug macro for DPRINTK.
2006-01-16 vhanquez@kneesa... remove ASSERT macro that is not used anymore in blkback.
2006-01-16 vhanquez@kneesa... remove unnecessary macro bdev_put which is an alias...
2006-01-16 kaf24@firebug... Complete arch_domain_create refactoring for ia64.
2006-01-14 kaf24@firebug... Remove the free_vcpu() interface I added in the preceding
2006-01-14 kaf24@firebug... Some refactoring of domain creation/destruction.
2006-01-14 kaf24@firebug... xc_vcpu_getcontext() can no longer be called before a
2006-01-14 kaf24@firebug... Arch-specific per-vcpu info should be initialised to...
2006-01-14 kaf24@firebug... Fix 64-bit build with crash_debug enabled.
2006-01-14 kaf24@firebug... Rename cdb to gdbstub and split it into arch dependent...
2006-01-14 kaf24@firebug... merge
2006-01-14 kaf24@firebug... Fix the issue of system crash in vmx stress test.
2006-01-14 kaf24@firebug... Merge with xen-ia64-unstable.hg
2006-01-13 kaf24@firebug... Make all nmi debugkey tracing arch specific.
2006-01-13 djm@kirby.fc... Work around new nmi code in keyhandler
2006-01-13 djm@kirby.fc... Leave *_SOFTIRQ definitions to Xen common code
2006-01-13 djm@kirby.fc... Remove annoying #warning when compiling with CONFIG_XEN_SMP
2006-01-13 djm@kirby.fc... Fix for !CONFIG_SMP compile
2006-01-13 djm@kirby.fc... Merge
2006-01-13 Ian.Campbell... Correctly handle dumping a VM86 guest's stack.
2006-01-13 djm@kirby.fc... Allow asm-offsets to work with vanilla binutils
2006-01-13 djm@kirby.fc... correct implementation of flush_tlb_mask needed to...
2006-01-13 djm@kirby.fc... Make xmexaple.vti support network option too and other...
2006-01-13 djm@kirby.fc... Unused page struct fields commented out.
2006-01-13 djm@kirby.fc... add prototype of guest_cpu_user_regs() which is used...
2006-01-13 kaf24@firebug... Introduce a locking protocol for acquiring the 'scheduler
2006-01-13 kaf24@firebug... Fix writable pagetables when a flush happens in a different
2006-01-13 kaf24@firebug... Fix up the way we initialise and set the NMI heartbeat
2006-01-13 Ian.Campbell... Debug keyhandlers for triggering an NMI and examine...
2006-01-13 djm@kirby.fc... Enable warnings and fix a few one (those which occur...
2006-01-13 kaf24@firebug... Fix xenbus_cleanup_devices() to cleanup proper subdirec...
2006-01-13 Ian.Campbell... Ensure watchdog remains disabled unless enabled on...
2006-01-13 Ian.Campbell... Fix x86/32 do_iret implementation, fixes VM86 mode.
2006-01-13 kaf24@firebug... Fix non-debug build.
2006-01-13 kaf24@firebug... Add a new timer operation kill_timer(). Effectively the
2006-01-12 kaf24@firebug... Add missing renamed files. Oops.
2006-01-12 kaf24@firebug... Rename ac_timer_* interfaces -> timer_*. The ac_ is
2006-01-12 kaf24@firebug... Simplify vcpu_sleep_sync() and sched_adjdom(). Their
2006-01-12 kaf24@firebug... Fix compile warning about uninitialised vars.
2006-01-12 kaf24@firebug... Update copyright on domain_page implementation. It...
2006-01-12 kaf24@firebug... More debug print cleanups.
2006-01-12 kaf24@firebug... Quieten debug printing on memory_op hypercall. Don...
2006-01-12 kaf24@firebug... Re-enable per-cpu cache on map_domain_page(). Fix the
2006-01-12 kaf24@firebug... fixes some compiler warnings due to new types used in
2006-01-12 kaf24@firebug... Adds a check to vtpm_manager and vtpm Makefiles to...
2006-01-12 emellor@leeni... Merged.
2006-01-12 emellor@leeni... 8604:a51fcb5de470 introduced a discrepancy between...
2006-01-12 kaf24@firebug... Fix cpu_affinity memcpy() (bytes not longs!) add add...
2006-01-12 Ian.Campbell... Fix x86_64 domU build by conditionalizing NMI support...
2006-01-11 kaf24@firebug... More do_iret() fixes. We need to take care in restoring
2006-01-11 kaf24@firebug... map_domain_page per-vcpu cache still seems broken....
2006-01-11 kaf24@firebug... More code cleanups, mainly to do_iret() implementations.
2006-01-11 kaf24@firebug... merge
2006-01-11 kaf24@firebug... Reassert nmi pending when a nmi handler is registered
2006-01-11 Ian.Campbell... merge
2006-01-11 Ian.Campbell... merge
2006-01-11 kaf24@firebug... Add a per-vcpu lock-free cache of mappings to map_domai...
2006-01-11 Ian.Campbell... Fixup some bogus formatting and remove a stray debug...
2006-01-11 Ian.Campbell... merge
2006-01-11 emellor@leeni... Install in /usr/sbin, not /usr/local/sbin, for consiste...
2006-01-11 Ian.Campbell... Pass NMIs to DOM0 via a dedicated callback, Xen/Linux...
2006-01-11 Ian.Campbell... Pass NMIs to DOM0 via a dedicated callback, Xen/Linux...
2006-01-11 Ian.Campbell... Pass NMIs to DOM0 via a dedicated callback, Xen x86_64...
2006-01-11 Ian.Campbell... Pass NMIs to DOM0 via a dedicated callback, Xen x86_32...
2006-01-11 Ian.Campbell... Pass NMIs to DOM0 via a dedicated callback, core Xen...
2006-01-11 Ian.Campbell... Factor re-enabling the IOCK line out of io_check_error()
2006-01-11 vhanquez@kneesa... make xs_test in xenstore compile.
2006-01-11 vhanquez@kneesa... update xs_transaction_t to be a plain u32 integer inste...
2006-01-11 vhanquez@kneesa... Share the same name for xenbus transaction type between...
2006-01-11 kaf24@firebug... Fix 32-bit shadow mode to handle extended perdomain...
2006-01-11 kaf24@firebug... Fixed ia64 compilation issues and also change xen/ia64...
2006-01-10 kaf24@firebug... Update map_domain_page() documentation (mappings may...
2006-01-10 kaf24@firebug... Add new map_domain_page_global() interface to allow...
2006-01-10 vhanquez@kneesa... Change xenbus_transaction fake pointer into an opaque...
2006-01-10 cl349@firebug... Cleanups.
2006-01-10 vhanquez@kneesa... Replace NULL xenbus transaction by a specific XBT_NULL...
2006-01-10 kaf24@firebug... Send guest output on all xen-attached console devices
2006-01-10 kaf24@firebug... Fix the build.
2006-01-10 stekloff@elm3b216... Updated default config options for VMX test domains...
2006-01-10 stekloff@elm3b216... Changed ifconfig loopback to have 127.0.0.1, so ping...
2006-01-10 emellor@leeni... Merged.
2006-01-10 emellor@leeni... Proactively check for NULL strings passed into xc_linux...
2006-01-10 kaf24@firebug... Add VMX guest quick start into Xen 3.0 user manual.
2006-01-10 emellor@leeni... Made network-bridge script work on ALL systems missing...
2006-01-10 kaf24@firebug... Proactively check for NULL strings passed into xc_linx_...
2006-01-10 kaf24@firebug... Add dummy 'all' target to guest-headers Makefile.
2006-01-10 emellor@leeni... Merged.
2006-01-10 emellor@leeni... Extend the xc_linux_save interface to take a callback...
2006-01-09 kaf24@firebug... Tiny bootstrap cleanup.
2006-01-09 kaf24@firebug... General start-of-day cleanups, resulting in the
2006-01-09 emellor@leeni... Merged.
2006-01-09 vhanquez@kneesa... free trans if allocated, if dev_request_and_reply fail.
2006-01-09 vhanquez@kneesa... Fail early without calling dev_request_and_reply if...
2006-01-09 kaf24@firebug... Fix context_switch(). It is necessary to set_current...
2006-01-09 root@kctAs hotplug events are asynchronous by its nature, the...
2006-01-09 emellor@leeni... Merged.
2006-01-09 emellor@leeni... Added missing munmap for live_p2m_frame_list_list.
next